﻿2026-08-03T01:35:20.0083936Z ##[group]Run actions/checkout@v5
2026-08-03T01:35:20.0084427Z with:
2026-08-03T01:35:20.0084928Z   repository: BigscreenVR/spt-bs-core
2026-08-03T01:35:20.0087685Z   token: ***
2026-08-03T01:35:20.0088031Z   ssh-strict: true
2026-08-03T01:35:20.0088545Z   ssh-user: git
2026-08-03T01:35:20.0089122Z   persist-credentials: true
2026-08-03T01:35:20.0089593Z   clean: true
2026-08-03T01:35:20.0090113Z   sparse-checkout-cone-mode: true
2026-08-03T01:35:20.0090624Z   fetch-depth: 1
2026-08-03T01:35:20.0091100Z   fetch-tags: false
2026-08-03T01:35:20.0091575Z   show-progress: true
2026-08-03T01:35:20.0092095Z   lfs: false
2026-08-03T01:35:20.0092588Z   submodules: false
2026-08-03T01:35:20.0093039Z   set-safe-directory: true
2026-08-03T01:35:20.0093570Z   allow-unsafe-pr-checkout: false
2026-08-03T01:35:20.0141679Z ##[endgroup]
2026-08-03T01:35:20.0899589Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T01:35:20.0901114Z ##[group]Getting Git version info
2026-08-03T01:35:20.0901884Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T01:35:20.0903168Z [command]/usr/bin/git version
2026-08-03T01:35:20.0903577Z git version 2.43.0
2026-08-03T01:35:20.0913556Z ##[endgroup]
2026-08-03T01:35:20.0923194Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/df83334f-75d7-4d65-bf88-592eebf7f6a4/.gitconfig'
2026-08-03T01:35:20.0930157Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/df83334f-75d7-4d65-bf88-592eebf7f6a4' before making global git config changes
2026-08-03T01:35:20.0931313Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:35:20.0933111Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T01:35:20.0966628Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T01:35:20.0985378Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:35:20.0994774Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T01:35:20.0997163Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T01:35:20.1016017Z refs/heads/golden/gc-fix-125
2026-08-03T01:35:20.1021802Z [command]/usr/bin/git checkout --detach
2026-08-03T01:35:20.1076073Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:35:20.1110220Z [command]/usr/bin/git branch --delete --force golden/gc-fix-125
2026-08-03T01:35:20.1136520Z Deleted branch golden/gc-fix-125 (was 184f2ac4e).
2026-08-03T01:35:20.1235213Z ##[endgroup]
2026-08-03T01:35:20.1238090Z [command]/usr/bin/git submodule status
2026-08-03T01:35:20.1424924Z ##[group]Cleaning the repository
2026-08-03T01:35:20.1425611Z [command]/usr/bin/git clean -ffdx
2026-08-03T01:35:20.9578858Z Removing bench-ledger/
2026-08-03T01:35:20.9580218Z Removing target/
2026-08-03T01:35:20.9589664Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T01:35:20.9649916Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:35:20.9655681Z ##[endgroup]
2026-08-03T01:35:20.9657865Z ##[group]Disabling automatic garbage collection
2026-08-03T01:35:20.9661474Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T01:35:20.9686305Z ##[endgroup]
2026-08-03T01:35:20.9687836Z ##[group]Setting up auth
2026-08-03T01:35:20.9692307Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:35:20.9719642Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T01:35:20.9911192Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:35:20.9939538Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T01:35:21.0122009Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:35:21.0147493Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:35:21.0334004Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T01:35:21.0367389Z ##[endgroup]
2026-08-03T01:35:21.0369913Z ##[group]Fetching the repository
2026-08-03T01:35:21.0376842Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +184f2ac4e0f9df9d805a81c302a1409762fac2f8:refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:35:21.4404264Z ##[endgroup]
2026-08-03T01:35:21.4406135Z ##[group]Determining the checkout info
2026-08-03T01:35:21.4408144Z ##[endgroup]
2026-08-03T01:35:21.4409623Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T01:35:21.4485392Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T01:35:21.4507936Z ##[group]Checking out the ref
2026-08-03T01:35:21.4510940Z [command]/usr/bin/git checkout --progress --force -B golden/gc-fix-125 refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:35:21.4569035Z Switched to a new branch 'golden/gc-fix-125'
2026-08-03T01:35:21.4570659Z branch 'golden/gc-fix-125' set up to track 'origin/golden/gc-fix-125'.
2026-08-03T01:35:21.4575440Z ##[endgroup]
2026-08-03T01:35:21.4607913Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T01:35:21.4631171Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
